From: Chun-wei Fan Date: Wed, 18 May 2022 07:29:24 +0000 (+0800) Subject: gtk/Makefile.am: Fix distcheck X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~3^2~93^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=bac9ff22f57891f71ebd51bb650d2c783421131a;p=gtk%2B3.0.git gtk/Makefile.am: Fix distcheck Apparently distcheck expects the generated gtk.gresource.xml to be there. --- diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 8775ced47c..fc701d1112 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -964,6 +964,9 @@ endif EXTRA_DIST += $(gtk_all_private_h_sources) $(gtk_extra_sources) +# We need to dist this for `make distcheck`, apparently... +EXTRA_DIST += gtk.gresource.xml + pkgdatadir = $(datadir)/gtk-$(GTK_API_VERSION) pkgdata_DATA = gtkbuilder.rng